home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00330.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  174 b   |  9 lines

  1. on enterFrame
  2.   repeat with x = 4 to 5
  3.     puppetSprite(x, 1)
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   puppetSprite(10, 1)
  7.   set the visible of sprite 10 to 0
  8. end
  9.